treeview: Always update expand when allocating columns
authorTimm Bäder <mail@baedert.org>
Sun, 28 Apr 2019 04:54:10 +0000 (06:54 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 28 Apr 2019 04:54:10 +0000 (06:54 +0200)
commit1e16cb088a8db213ff67fa62a0258f538b541097
tree384dfdfaa10bbf7f6d5adc8394b51c0079f6eff5
parentf4cf43359d1261fb26bb4937c240db0ba36fb3c7
treeview: Always update expand when allocating columns

It doesn't make sense to keep track of all the last_* values anymore now
that widgets only get allocated when their size changes anyway.
Remove all the associated (and thus now unused) flags as well.
gtk/gtktreeview.c